-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Add support of rcar spider board #60252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of rcar spider board #60252
Conversation
Add support of r8a779f SoC and appropriate dts file with minimal set of nodes. Signed-off-by: Mykola Kvach <[email protected]>
Add support of r8a779f cpg driver Signed-off-by: Mykola Kvach <[email protected]>
Add support of pinctrl for r8a779f. Signed-off-by: Mykola Kvach <[email protected]>
1b8b576 to
7bafd74
Compare
Add support of 'rcar_spider' board: minimal dts and configuration. Signed-off-by: Mykola Kvach <[email protected]>
Add support of voltage control to Renesas PFC driver. Voltage register
mappings have been added to r8a7795, r8a7796 and r8a779f SoCs.
Allow 'power-source' property for 'renesas,rcar-pfc' node. This property
will be used for configuring IO voltage on appropriate pin. For now it
is possible to have only two voltages: 1.8 and 3.3.
Note: it is possible to change voltage only for SD/MMC pins on r8a7795
and r8a7796 SoCs, r8a779f supports more pins for configuring
voltage, but only SD/MMC pins have been added to the array.
Signed-off-by: Mykola Kvach <[email protected]>
7bafd74 to
289e15b
Compare
|
Some work, especially for adapting drivers to Gen4 SoCs is already in a Pull Request here : #56043 |
Sure! What should I do on my end? |
Are you part of the Zephyr discord server ? Or can you be ? |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
|
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
r8a779fSoC andR-Car Spiderboard;Note 1: currently, the board can be used only as a Xen Initial Domain, i.e. Dom0, because there isn't support of UART driver. So, it can be built only with
xen_dom0shield.Note 2: xen_dom0 shield code is still under review too. You can find pull-request here: #59145.